home *** CD-ROM | disk | FTP | other *** search
/ Invenzioni & Inventori / Invenzioni and Inventori (Eclectica Publishing) (1996).ISO / invenzio / extraurb / mi057.dir / 00377_Script_377 < prev    next >
Text File  |  1983-01-30  |  293b  |  20 lines

  1. on enterframe
  2.   global dove,a_blocca
  3.   if a_blocca = false then
  4.     set dove to 0
  5.   end if
  6.   ncursor 6,6
  7.   spegni 42,47
  8.   entrata 40,47
  9. end
  10. on exitFrame
  11.   global anim_loco
  12.   set anim_loco to false
  13.   at_hil 211,5,42
  14.   go to the frame
  15. end
  16. on mouseup
  17.   scu
  18.   go "motoredi"
  19. end
  20.